research-topics

Research Topics#

These are topics that we haven't covered in the session because we can't cover everything about JavaScript Objects which is a wide topic so go and search about them and if you need any help understanding some of them you can ask the mentors.

  • Creating new objects
  • Comparing objects
  • Using this for object references
  • Defining methods inside objects

These Are Helpful Resources For The Topics Above:

  1. https://www.freecodecamp.org/news/a-complete-guide-to-creating-objects-in-javascript-b0e2450655e8/

  2. https://coderwall.com/p/p5cf5w/different-ways-of-creating-an-object-in-javascript

  3. https://medium.com/javascript-in-plain-english/comparing-objects-in-javascript-ce2dc1f3de7f

  4. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Working_with_Objects

  5. https://javascript.info/object-methods

  6. https://www.w3schools.com/js/js_object_methods.asp